home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000036_news@columbia.edu _Tue Aug 10 09:47:13 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA29778
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 10 Aug 1999 09:47:12 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA07594
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 10 Aug 1999 09:27:25 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: kermit -r -a problem
  11. Date: 10 Aug 1999 13:27:24 GMT
  12. Organization: Columbia University
  13. Message-ID: <7op9bs$7d7$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <vunmo7.bts.ln@gate.heywood.co.uk>,
  17. Lawry Simm <lawry.simm@heywood.llama.co.uk> wrote:
  18. : Using Kermit 5A(197)Beta for AIX 3.1  I am able to do a kermit -r -a newfile
  19. : and recieve a file with a lowercase name, or kermit -r -a NEWFILE to recieve
  20. : with an uppercase name.
  21. : Using Kermit 6.0.192 for AIX 4.1, both commands return a file with a
  22. : lowercase name. Can anyone tell me how to get it out in uppercase in a
  23. : single command?
  24. This is a bug in version 6.0, fixed in 7.0:
  25.  
  26.   http://www.columbia.edu/kermit/ck70.html
  27.  
  28. - Frank